@charset "utf-8";
/* CSS Document */
.case-show
{
	height:200px;
	width:850px;
	border:#56a7b3 solid 1px;
	float: right;
    margin-right: 20px;
	background-image:url(../../../../statics/images/rigeo/case-ground.png);
	border-radius: 4px 4px 4px 4px;
	}

.case-size
{
	font-size:16px;
	color:#fff;
	padding-left:38px;
	padding-top:8px;}
.scroll
{
	position:relative;
	width:834px;
	height:160px;
	margin-top:5px;}
.left_01
{
	position:absolute;
	left:8px;
	top: 65px;
    width: 13px;
    height: 20px;
    display: block;
    z-index: 9;
    background: url(../../../../statics/images/rigeo/left.png) no-repeat;}
.right_01 {
    position: absolute;
    right: -5px;
    top: 65px;
    width: 13px;
    height: 20px;
    display: block;
    z-index: 9;
    background: url(../../../../statics/images/rigeo/right.png) no-repeat;}
#demo {
    overflow: hidden;
    width: 790px;
    margin: 0 27px;}
#indemo
{
	float: left;
    width: 800%;}
#demo1,#demo2
{
	float:left;}
#demo a {
float: left;
margin: 0 10px 0 0;
text-align: center;
color:#333;
}
#demo a:hover
{
	text-decoration:none;
	color:#005ea0;}
.word {
height: 25px;
line-height: 25px;
font-size:12px;
}